PSEXEC

PSEXEC Lets you run commands via the command prompt on a remote computer.


Syntax:

psexec \\hostname> -u DOMAIN/user.name <.exe command to run on remote computer>


The example below allows you to open up a remote computers command prompt so that you can run commands on the remote computer locally.

Example:

psexec -u DOMAIN01\jason.marciniak cmd.exe